Conversation
|
I see actions/setup-python@v5 is being used here. In my own CI I've just switched to letting uv handle the Python installation for me. |
|
Thanks! I'd be open to switching to setup-uv here. |
|
Yeah, I think when we first started using uv in parts of this workflow, uv wasn't yet able to install Python for you and setup-uv didn't yet exist (just the curl command). I'm also open to modernising it a bit! |
|
I switched everything to |
|
For the ones where we're manually You'll also need to pin the action to an exact hash to make zizmor happy in pre-commit, I think! |
Updates the CI configuration for cattrs to use uv.
Updates the CI configuration for cattrs to use uv.